home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / portfoli / dfue / st / st.doc next >
Encoding:
Text File  |  1996-10-30  |  2.0 KB  |  49 lines

  1. ST.DOC
  2.  
  3. ST.EXE is copyright (c) 1990, Ted A. Campbell 
  4.  
  5. It may be freely copied as long as a fee is not charged for it, and as 
  6. long as it is used for no commercial purposes.  
  7.  
  8. Simple Talk (ST) is a very small and simple communications (terminal) 
  9. program for the PC/XT/AT computers.  It was designed principally to allow 
  10. a straight ASCII upload from the PC/XT/AT computers to the ATARI Portfolio, 
  11. since standard communications programs usually filter out non-ASCII 
  12. characters in such uploads.  (The Portfolio needs to receive HEXBIN.COM 
  13. as a text file in order to "bootstrap" the system, and thus absolutely no
  14. codes must be stripped out.)  
  15.  
  16. Control-E will bring up a menu.  The menu items are as follows: 
  17.  
  18.     [P] Set Parameters - you can set the COM port (1 or 2), the 
  19.         baud rate, the parity, the data bits, and the stop bits.  
  20.  
  21.     [D] Dial a number.  This presumes that you have a Hayes-compatible
  22.         modem, and will dial a specified number using the ATDT command. 
  23.  
  24.     [R] Receive ASCII.  This just begins echoing all input to a 
  25.         logfile.  Note that the logfile is opened in "append" 
  26.         (non-destructive) mode, so that existing text in the 
  27.         file will not be destroyed.  
  28.  
  29.     [S] Send ASCII.  This sends a file exactly as read out the 
  30.         COM port.  This is what you'll need to use to send HEXBIN.COM
  31.         and TMXM2.HEX to the Portfolio from your PC/XT/AT.  A dot 
  32.         will be shown for every sixteen characters sent, and an MSDOS
  33.         end-of-file marker (Control-Z) will be sent at the end.
  34.  
  35.     [X] eXit from the program.  You'll be prompted for a Y or N to 
  36.         be sure.  You can also exit by hitting Control-C at any 
  37.         point, but don't hit Control-C twice, because the program 
  38.         will exit rather ungracefully.  
  39.  
  40. There is no terminal emulation set, but all text to the screen is 
  41. sent out by the BDOS, so that if you have ANSI.SYS or a clone thereof 
  42. installed you should get a reasonable VT100 emulation.  
  43.  
  44. Ted A. Campbell
  45. GENIE:  T.CAMPBELL1
  46. Internet:  tcamp%numen@dukeac.ac.duke.edu
  47.  
  48.  
  49.